Hi Aken.. First of all you could not directly call form2 event in form1 but if you want to implement such type of functionality then you need to implement custom event handler by your self. Here I provide a link in which you see that how to create custom event handler. http://www.mindstick.com/Blog/102/Events%20in%20c Maybe this link is useful for you. Thanks.
Liked By
Write Answer
How in Form2 call in Form1 event.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy
Join MindStick Community
You have need login or register for voting of answers or question.
Kenny Tangnde
10-Oct-2011Hi Tiwari,
thanks for your help.
Anonymous User
05-Oct-2011First of all you could not directly call form2 event in form1 but if you want to implement such type of functionality then you need to implement custom event handler by your self.
Here I provide a link in which you see that how to create custom event handler.
http://www.mindstick.com/Blog/102/Events%20in%20c
Maybe this link is useful for you.
Thanks.